Skip to main content

Layout

The `Layout` component is a component that builds main layout of the admin.
<Layout
sidebarHeader="Project name"
navigation={
<Menu>
<Menu.Item title="Articles" to="articleList"/>
</Menu>
}
/>
LayoutProps
LayoutProps
children
React.ReactNode
className
string
navigation
React.ReactNode
pageScheme
Scheme
pageTheme
Intent
pageThemeContent
Intent
pageThemeControls
Intent
scheme
Scheme
sidebarFooter
React.ReactNode
sidebarHeader
React.ReactNode
switchers
React.ReactNode
theme
Intent
themeContent
Intent
themeControls
Intent
titleScheme
Scheme
titleTheme
Intent
titleThemeContent
Intent
titleThemeControls
Intent